home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 146
/
(Vol 146) Jan 07 2012.iso
/
Games
/
shark_attack_2.swf
/
scripts
/
DefineSprite_149
/
frame_6
/
DoAction.as
Wrap
Text File
|
2012-01-07
|
243b
|
16 lines
_root.s_chomp.start();
if(0 < _root.lives)
{
_root.score -= int(100 / _root.lives);
_root.lives--;
}
else
{
_root.gotoAndStop("gameover");
}
if(_root.score < 0)
{
_root.score = 0;
}
_root.mascot.gotoAndStop("nada");